gtk4.git
15 years agoUpdated Indonesian translation
Andika Triwidada [Sun, 18 Jul 2010 04:55:39 +0000 (11:55 +0700)]
Updated Indonesian translation

15 years agoMove GtkTextBuffer sealed attributes to private struct.
Ignacio Casal Quinteiro [Tue, 13 Jul 2010 09:23:57 +0000 (11:23 +0200)]
Move GtkTextBuffer sealed attributes to private struct.

15 years agogail-util: Constify gchar argument
Emmanuele Bassi [Wed, 14 Jul 2010 15:01:45 +0000 (16:01 +0100)]
gail-util: Constify gchar argument

And avoid a compiler warning.

https://bugzilla.gnome.org/show_bug.cgi?id=624349

15 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 16 Jul 2010 14:17:13 +0000 (17:17 +0300)]
Updated Hebrew translation.

15 years agoRemove accidental addition
Matthias Clasen [Fri, 16 Jul 2010 05:22:01 +0000 (01:22 -0400)]
Remove accidental addition

15 years agoAllow windows to be dragged by clicking on empty areas
Matthias Clasen [Fri, 16 Jul 2010 05:15:47 +0000 (01:15 -0400)]
Allow windows to be dragged by clicking on empty areas

Allow windows to be dragged by clicking on empty areas in menubars
and toolbars. This is under theme control, via the GtkWidget::window-dragging
style property. The idea is that it makes sense to turn this on if a
theme makes the window frame and the menubar/toolbar appear visually
contiguous.

The main patch was written by Cody Russell, with a contribution by
Ayan George. See bug 611313.

15 years agoBack down glib requires
Matthias Clasen [Fri, 16 Jul 2010 03:42:04 +0000 (23:42 -0400)]
Back down glib requires

We really only need 2.25.11 after all.

15 years agoDo not use GtkBoxChild in GtkButtonBox.
Paolo Borelli [Wed, 14 Jul 2010 20:23:14 +0000 (22:23 +0200)]
Do not use GtkBoxChild in GtkButtonBox.

Do not store the is_secondary bit in the deprecated parent struct, use a
simple flag on the object instead. Fixes bug #624367.

15 years agodocs: gitignore GtkRecentManager .sgml template
Javier Jardón [Thu, 15 Jul 2010 13:42:41 +0000 (15:42 +0200)]
docs: gitignore GtkRecentManager .sgml template

THis completes commit 8eeeb97de6f65e3d6653063e51435a422919d378

15 years agodocs: Inline GtkRecentManager documentation
Emmanuele Bassi [Thu, 15 Jul 2010 08:10:55 +0000 (09:10 +0100)]
docs: Inline GtkRecentManager documentation

15 years agoRemove GtkRecenManager:limit deprecated property
Javier Jardón [Thu, 15 Jul 2010 01:04:50 +0000 (03:04 +0200)]
Remove GtkRecenManager:limit deprecated property

15 years agoDeprecate GtkRecenManager::limit property
Javier Jardón [Wed, 14 Jul 2010 15:35:08 +0000 (17:35 +0200)]
Deprecate GtkRecenManager::limit property

The :limit property of GtkRecentManager does not serve any useful
purpose: the length of the list should be managed by the view
(implementing GtkRecentChooser), and not by the model (the recent
manager).

https://bugzilla.gnome.org/show_bug.cgi?id=624333

15 years agoDo not access an invalid ActionGroup. Closes #624362.
Jonh Wendell [Wed, 14 Jul 2010 17:45:42 +0000 (14:45 -0300)]
Do not access an invalid ActionGroup. Closes #624362.

15 years agoUpdated Traditional Chinese translation (Hong Kong and Taiwan)
Chao-Hsiung Liao [Wed, 14 Jul 2010 11:25:57 +0000 (19:25 +0800)]
Updated Traditional Chinese translation (Hong Kong and Taiwan)

15 years agoGtkTreeView: unseal private pointer
Javier Jardón [Wed, 14 Jul 2010 00:21:28 +0000 (02:21 +0200)]
GtkTreeView: unseal private pointer

15 years agoGtkTreeModelFilter: unseal private pointer
Javier Jardón [Wed, 14 Jul 2010 00:19:36 +0000 (02:19 +0200)]
GtkTreeModelFilter: unseal private pointer

15 years agoGtkToolItem: unseal private pointer
Javier Jardón [Wed, 14 Jul 2010 00:15:25 +0000 (02:15 +0200)]
GtkToolItem: unseal private pointer

15 years agoGtkToggleToolButton: unseal private pointer
Javier Jardón [Wed, 14 Jul 2010 00:13:29 +0000 (02:13 +0200)]
GtkToggleToolButton: unseal private pointer

15 years agoGtkPrintUnixDialog: unseal private pointer
Javier Jardón [Wed, 14 Jul 2010 00:11:00 +0000 (02:11 +0200)]
GtkPrintUnixDialog: unseal private pointer

15 years agoGtkPrintOperation: unseal private pointer
Javier Jardón [Wed, 14 Jul 2010 00:07:04 +0000 (02:07 +0200)]
GtkPrintOperation: unseal private pointer

15 years agoGtkExpander: unseal private pointer
Javier Jardón [Wed, 14 Jul 2010 00:01:20 +0000 (02:01 +0200)]
GtkExpander: unseal private pointer

15 years agoGtkToolButton: unseal private pointer
Javier Jardón [Tue, 13 Jul 2010 23:58:29 +0000 (01:58 +0200)]
GtkToolButton: unseal private pointer

15 years agoGtkAlignment: move public members to private structure
Javier Jardón [Tue, 13 Jul 2010 23:38:00 +0000 (01:38 +0200)]
GtkAlignment: move public members to private structure

15 years agoUse accessor functions to access GtkAlignment
Javier Jardón [Tue, 13 Jul 2010 23:45:55 +0000 (01:45 +0200)]
Use accessor functions to access GtkAlignment

15 years agoGtkViewport: move public members to private structure
Javier Jardón [Tue, 13 Jul 2010 21:20:38 +0000 (23:20 +0200)]
GtkViewport: move public members to private structure

15 years agogtkuimanager: unseal private pointer
Javier Jardón [Tue, 13 Jul 2010 20:44:53 +0000 (22:44 +0200)]
gtkuimanager: unseal private pointer

15 years agogtktoggleaction: move public members to private structure
Javier Jardón [Tue, 13 Jul 2010 18:27:16 +0000 (20:27 +0200)]
gtktoggleaction: move public members to private structure

15 years agoUse accessor functions to access GtkToggleAction
Javier Jardón [Tue, 13 Jul 2010 18:40:42 +0000 (20:40 +0200)]
Use accessor functions to access GtkToggleAction

15 years agogtktearoffmenuitem: Move public members to private structure
Javier Jardón [Tue, 13 Jul 2010 18:09:59 +0000 (20:09 +0200)]
gtktearoffmenuitem: Move public members to private structure

15 years agoMerge branch 'windows_list'
Jonh Wendell [Tue, 13 Jul 2010 19:49:21 +0000 (16:49 -0300)]
Merge branch 'windows_list'

15 years agoGtkTable: move public members to private structure
Javier Jardón [Tue, 13 Jul 2010 01:55:37 +0000 (03:55 +0200)]
GtkTable: move public members to private structure

15 years agoUse accessor functions to access GtkTable
Javier Jardón [Tue, 13 Jul 2010 02:09:38 +0000 (04:09 +0200)]
Use accessor functions to access GtkTable

15 years agogtkstatusicon: unseal private pointer
Javier Jardón [Tue, 13 Jul 2010 01:14:53 +0000 (03:14 +0200)]
gtkstatusicon: unseal private pointer

15 years agogtkstatusbar: Move public members to private structure
Javier Jardón [Mon, 12 Jul 2010 23:46:15 +0000 (01:46 +0200)]
gtkstatusbar: Move public members to private structure

15 years agoUse accessor functions to access GtkStatusbar
Javier Jardón [Tue, 13 Jul 2010 01:05:58 +0000 (03:05 +0200)]
Use accessor functions to access GtkStatusbar

15 years agogtkspinner: Remove GET_PRIVATE macro
Javier Jardón [Mon, 12 Jul 2010 23:09:28 +0000 (01:09 +0200)]
gtkspinner: Remove GET_PRIVATE macro

15 years agoUse accessor functions to access GtkSpinButton
Javier Jardón [Mon, 12 Jul 2010 22:48:49 +0000 (00:48 +0200)]
Use accessor functions to access GtkSpinButton

15 years agoAdd _gtk_spin_button_get_panel private function
Javier Jardón [Mon, 12 Jul 2010 22:11:39 +0000 (00:11 +0200)]
Add _gtk_spin_button_get_panel private function

It's needed in gtktestutils.c

15 years agogtkspinbutton: move public members to private structure
Javier Jardón [Mon, 12 Jul 2010 21:43:18 +0000 (23:43 +0200)]
gtkspinbutton: move public members to private structure

15 years agogtksizegroup: Move public members to private structure
Javier Jardón [Mon, 12 Jul 2010 19:06:14 +0000 (21:06 +0200)]
gtksizegroup: Move public members to private structure

15 years agogtkseparatortoolitem: unseal private pointer
Javier Jardón [Mon, 12 Jul 2010 18:26:22 +0000 (20:26 +0200)]
gtkseparatortoolitem: unseal private pointer

15 years agoUse accessor functions to access GtkScrolledWindow
Javier Jardón [Fri, 9 Jul 2010 19:53:55 +0000 (21:53 +0200)]
Use accessor functions to access GtkScrolledWindow

15 years agoGtkScale: move public members to private structure
Javier Jardón [Thu, 8 Jul 2010 02:04:24 +0000 (04:04 +0200)]
GtkScale: move public members to private structure

15 years agoUse accessor functions to access GtkScale
Javier Jardón [Thu, 8 Jul 2010 02:14:44 +0000 (04:14 +0200)]
Use accessor functions to access GtkScale

15 years agoGtkScaleButton: Move public members to private structure
Javier Jardón [Thu, 8 Jul 2010 01:13:10 +0000 (03:13 +0200)]
GtkScaleButton: Move public members to private structure

15 years agoUse accessor functions to access GtkScaleButton
Javier Jardón [Thu, 8 Jul 2010 01:30:47 +0000 (03:30 +0200)]
Use accessor functions to access GtkScaleButton

15 years agoGtkRuler: move public member to private structure
Javier Jardón [Thu, 8 Jul 2010 00:56:59 +0000 (02:56 +0200)]
GtkRuler: move public member to private structure

15 years agogtkrecentmanager: unseal private pointer
Javier Jardón [Thu, 8 Jul 2010 00:05:32 +0000 (02:05 +0200)]
gtkrecentmanager: unseal private pointer

15 years agogtkrecentchooserwidget: unseal private pointer
Javier Jardón [Thu, 8 Jul 2010 00:00:00 +0000 (02:00 +0200)]
gtkrecentchooserwidget: unseal private pointer

15 years agogtkrecentchoosermenu: unseal private pointer
Javier Jardón [Wed, 7 Jul 2010 23:56:13 +0000 (01:56 +0200)]
gtkrecentchoosermenu: unseal private pointer

15 years agogtkrecentchooserdialog: unseal private pointer
Javier Jardón [Wed, 7 Jul 2010 23:53:39 +0000 (01:53 +0200)]
gtkrecentchooserdialog: unseal private pointer

15 years agoGtkRecentAction: move public members to private structure
Javier Jardón [Wed, 7 Jul 2010 23:48:01 +0000 (01:48 +0200)]
GtkRecentAction: move public members to private structure

15 years agoGtkRadioMenuItem: Move public members to private structure
Javier Jardón [Wed, 7 Jul 2010 23:23:02 +0000 (01:23 +0200)]
GtkRadioMenuItem: Move public members to private structure

15 years agoGtkRadioButton: Move public members to private structure
Javier Jardón [Wed, 7 Jul 2010 23:04:11 +0000 (01:04 +0200)]
GtkRadioButton: Move public members to private structure

15 years agoGtkRadioAction: unseal private pointer
Javier Jardón [Wed, 7 Jul 2010 02:42:05 +0000 (04:42 +0200)]
GtkRadioAction: unseal private pointer

15 years agoGtkProgressBar: Move public members to private structure
Javier Jardón [Wed, 7 Jul 2010 02:36:38 +0000 (04:36 +0200)]
GtkProgressBar: Move public members to private structure

15 years agogtkprinter: unseal private pointer
Javier Jardón [Wed, 7 Jul 2010 01:54:48 +0000 (03:54 +0200)]
gtkprinter: unseal private pointer

15 years agogtkprintbackend: Use private pointer instead GET_PRIV() macro
Javier Jardón [Wed, 7 Jul 2010 01:51:19 +0000 (03:51 +0200)]
gtkprintbackend: Use private pointer instead GET_PRIV() macro

15 years agoGtkPaned: move public members to private structure
Javier Jardón [Tue, 6 Jul 2010 02:37:38 +0000 (04:37 +0200)]
GtkPaned: move public members to private structure

15 years agoUse accessor functions to access GtkPaned
Javier Jardón [Tue, 6 Jul 2010 04:32:48 +0000 (06:32 +0200)]
Use accessor functions to access GtkPaned

15 years agogtkpagesetupunixdialog: unseal private pointer
Javier Jardón [Mon, 5 Jul 2010 03:24:59 +0000 (05:24 +0200)]
gtkpagesetupunixdialog: unseal private pointer

15 years agoGtkMisc: move public members to private structure
Javier Jardón [Fri, 2 Jul 2010 15:04:26 +0000 (17:04 +0200)]
GtkMisc: move public members to private structure

15 years agoUse accessor functions to access GtkMisc
Javier Jardón [Fri, 2 Jul 2010 15:49:18 +0000 (17:49 +0200)]
Use accessor functions to access GtkMisc

15 years agoGtkMessageDialog: move public members to private structure
Javier Jardón [Fri, 2 Jul 2010 13:53:46 +0000 (15:53 +0200)]
GtkMessageDialog: move public members to private structure

15 years agoGtkMenuToolButton: unseal private pointer
Javier Jardón [Fri, 2 Jul 2010 13:30:57 +0000 (15:30 +0200)]
GtkMenuToolButton: unseal private pointer

15 years agoGtkMenuBar: Use private pointer instead GET_PRIV() macro all the time
Javier Jardón [Mon, 28 Jun 2010 21:21:58 +0000 (23:21 +0200)]
GtkMenuBar: Use private pointer instead GET_PRIV() macro all the time

15 years agoGtkListStore: move public members to private structure
Javier Jardón [Mon, 28 Jun 2010 04:10:47 +0000 (06:10 +0200)]
GtkListStore: move public members to private structure

15 years agoGtkLinkButton: unseal private pointer
Javier Jardón [Mon, 28 Jun 2010 04:10:15 +0000 (06:10 +0200)]
GtkLinkButton: unseal private pointer

15 years agoGtkLayout: move public members to private structure
Javier Jardón [Mon, 28 Jun 2010 02:22:50 +0000 (04:22 +0200)]
GtkLayout: move public members to private structure

15 years agoUse accessor funtions to access GtkLayout
Javier Jardón [Mon, 28 Jun 2010 02:51:34 +0000 (04:51 +0200)]
Use accessor funtions to access GtkLayout

15 years agoGtkLabel: move public members to private structure
Javier Jardón [Thu, 24 Jun 2010 02:36:08 +0000 (04:36 +0200)]
GtkLabel: move public members to private structure

15 years agoGtkInvisible: move public members to private structure
Javier Jardón [Thu, 24 Jun 2010 00:58:49 +0000 (02:58 +0200)]
GtkInvisible: move public members to private structure

15 years agoUse accessor funtions to acces GtkInvisible
Javier Jardón [Thu, 24 Jun 2010 01:04:10 +0000 (03:04 +0200)]
Use accessor funtions to acces GtkInvisible

15 years agoGtkInfoBar: use private pointer instead GET_PRIV() macro
Javier Jardón [Thu, 24 Jun 2010 00:40:47 +0000 (02:40 +0200)]
GtkInfoBar: use private pointer instead GET_PRIV() macro

15 years agoGtkIMMulticontext: move public members to private structure
Javier Jardón [Wed, 23 Jun 2010 23:20:47 +0000 (01:20 +0200)]
GtkIMMulticontext: move public members to private structure

15 years agoGtkImageMenuItem: move public members to private structure
Javier Jardón [Wed, 23 Jun 2010 22:53:00 +0000 (00:53 +0200)]
GtkImageMenuItem: move public members to private structure

15 years agoGtkImageMenuItem: move public members to private structure
Javier Jardón [Wed, 23 Jun 2010 21:40:06 +0000 (23:40 +0200)]
GtkImageMenuItem: move public members to private structure

15 years agoGtkImage: move public members to private structure
Javier Jardón [Wed, 23 Jun 2010 20:40:31 +0000 (22:40 +0200)]
GtkImage: move public members to private structure

15 years agoUse accessor funtions to acces GtkImage
Javier Jardón [Wed, 23 Jun 2010 20:56:13 +0000 (22:56 +0200)]
Use accessor funtions to acces GtkImage

15 years agoGtkIconView: Unseal private pointer
Javier Jardón [Wed, 23 Jun 2010 18:00:42 +0000 (20:00 +0200)]
GtkIconView: Unseal private pointer

15 years agoGtkIconTheme: unseal private pointer
Javier Jardón [Tue, 22 Jun 2010 14:42:00 +0000 (16:42 +0200)]
GtkIconTheme: unseal private pointer

15 years agoGtkIconFactory: move public members to private structure
Javier Jardón [Tue, 22 Jun 2010 14:37:36 +0000 (16:37 +0200)]
GtkIconFactory: move public members to private structure

15 years agoGtkHSV: unseal private pointer
Javier Jardón [Tue, 22 Jun 2010 14:26:09 +0000 (16:26 +0200)]
GtkHSV: unseal private pointer

15 years agogtkhandlebox: move public members to private structure
Javier Jardón [Tue, 15 Jun 2010 17:40:52 +0000 (19:40 +0200)]
gtkhandlebox: move public members to private structure

15 years agogtkframe: move public members to private structure
Javier Jardón [Sat, 5 Jun 2010 01:17:11 +0000 (03:17 +0200)]
gtkframe: move public members to private structure

15 years agoUse accessor funtions to acces GtkFrame
Javier Jardón [Sat, 5 Jun 2010 01:29:31 +0000 (03:29 +0200)]
Use accessor funtions to acces GtkFrame

15 years agoGtkFontSelection: move public members to private structure
Javier Jardón [Sat, 5 Jun 2010 00:17:48 +0000 (02:17 +0200)]
GtkFontSelection: move public members to private structure

15 years agoGtkFontSelectionDialog: move public members to private structure
Javier Jardón [Fri, 4 Jun 2010 22:58:32 +0000 (00:58 +0200)]
GtkFontSelectionDialog: move public members to private structure

15 years agoUse accessor funtions to access GtkFontSelectionDialog
Javier Jardón [Fri, 4 Jun 2010 23:30:54 +0000 (01:30 +0200)]
Use accessor funtions to access GtkFontSelectionDialog

15 years agogtkfontbutton: unseal private pointer
Javier Jardón [Fri, 4 Jun 2010 21:57:59 +0000 (23:57 +0200)]
gtkfontbutton: unseal private pointer

15 years agogtkfixed: Move public members to private structure
Javier Jardón [Fri, 4 Jun 2010 21:48:00 +0000 (23:48 +0200)]
gtkfixed: Move public members to private structure

15 years agogtkfilechooserwidget: Unseal private pointer
Javier Jardón [Fri, 4 Jun 2010 21:28:22 +0000 (23:28 +0200)]
gtkfilechooserwidget: Unseal private pointer

15 years agogtkfilechooserdialog: Unseal private pointer
Javier Jardón [Fri, 4 Jun 2010 21:25:45 +0000 (23:25 +0200)]
gtkfilechooserdialog: Unseal private pointer

15 years agogtkfilechooserbutton: unseal private pointer
Javier Jardón [Fri, 4 Jun 2010 21:23:12 +0000 (23:23 +0200)]
gtkfilechooserbutton: unseal private pointer

15 years agogtkentrycompletion: Do not use GET_PRIV() macro all the time
Javier Jardón [Thu, 3 Jun 2010 22:26:11 +0000 (00:26 +0200)]
gtkentrycompletion: Do not use GET_PRIV() macro all the time

Also, unseal private pointer

15 years agogtkdialog: Move public members to private structure
Javier Jardón [Thu, 3 Jun 2010 05:31:06 +0000 (07:31 +0200)]
gtkdialog: Move public members to private structure

15 years agoUse accessor functions to access GtkDialog
Javier Jardón [Thu, 3 Jun 2010 07:36:39 +0000 (09:36 +0200)]
Use accessor functions to access GtkDialog

15 years agogtkbin: Move public members to private structure
Javier Jardón [Mon, 24 May 2010 19:51:49 +0000 (21:51 +0200)]
gtkbin: Move public members to private structure

15 years agoAdd _gtk_bin_set_widget() internal function
Javier Jardón [Fri, 28 May 2010 03:49:30 +0000 (05:49 +0200)]
Add _gtk_bin_set_widget() internal function

15 years agoUse GtkBin accessors
Javier Jardón [Mon, 24 May 2010 20:31:36 +0000 (22:31 +0200)]
Use GtkBin accessors